/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


menu {width:500px; height:52px; font-size:0.85em;left:0px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:500px; w\idth:500px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0px 0px 0px 0px;margin:0;list-style-type:none;}
.menu ul ul {width:99px; left:0px; padding-top: 18px;padding-left:1px;padding-right: 1px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;width:99px;padding-left:1px;position:relative; top:0px; text-align: center;}
.menu ul ul li {float:left;width:146px;position:relative; left: -47px;text-align: right;background:#f6f6f6 url('/wp-content/themes/avatron/images/menu-bg.png') repeat-y top left;}
/*.menu ul ul li {float:left;width:146px;position:relative; left: -47px;text-align: right;background:#f6f6f6;}*/
/*.menu ul ul li{border-left:1px solid #333;}*/
.menu ul ul li#lastOne {border-bottom: 1px solid #d1d1d1;height:1px;background:#f6f6f6;width:143px;}
/*li.lastone {border-bottom: 1px solid #d1d1d1;} */ 
/* style the links for the top level */
.menu a:link, .menu a:visited {display:block;text-decoration:none; color:#993333; height:40px; padding-top: 10px; background:transparent; padding-left:0px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
/* * html .menu a, * html .menu a:visited {width:99px; w\idth:99px;} */

/* style the second level background */
/*.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#f6f6f6;}*/
/* style the second level hover */
.menu ul ul a.drop:hover{background:#dddddd;}
.menu ul ul :hover > a.drop {background:#dddddd;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#f6f6f6;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#dddddd;}

#nav_link:hover{
	color: #993333;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:4; width:145px;border-top:0px solid  #d1d1d1;}
/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:143px; top:0px; width:145px;border-left:1px solid #d1d1d1;border-top:1px solid  #d1d1d1;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-141px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
/*.menu ul ul a:link, .menu ul ul a:visited {font-size:0.85em;text-transform:none;font-weight:normal;;background:#f6f6f6; height:auto; line-height:1em; padding:5px 7px; width:130px;border-width:0 1px 1px 1px;}*/
.menu ul ul a:link, .menu ul ul a:visited {font-size:0.85em;text-transform:none;font-weight:normal;background:transparent; height:auto; line-height:1em; padding:5px 7px; width:130px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
/* * html .menu ul ul a, * html .menu ul ul a:visited {width:99px;w\idth:99px;} */

/* style the top level hover */
.menu a:hover {color:#993333; background:#ffffff;}
.menu ul ul a:hover{color:#993333; background:#dddddd;}
.menu :hover > a{color:#993333; background:#ffffff;}
.menu ul ul :hover > a {color:#993333;background:#dddddd;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu .current_page {
	font-weight: bold;
}

/*.menu ul ul li  {
  border-top: 1px solid black;
}*/

.menu ul ul li.separator {
  border-top: 1px solid #919191;	
}

.menu .current_page a {
  color: #993333;
  font-weight: bold;
  background: #fff;
}

.menu ul .current_page ul a {
  font-weight: normal;
color: #993333;
}

/*.menu ul .current_page ul a:hover {
  background: gray; 
}*/

/*.menu .current_page a:hover {
  background: white; 
}*/

.menu ul li#m1 {
	width: 99px;
	padding-right: 1px;
}
.menu ul li#m2 {
	width: 98px;
	padding-right: 1px;
}
.menu ul li#m3 {
	width: 99px;
	padding-right: 1px;
}
.menu ul li#m4 {
	width: 99px;
	padding-right: 1px;
}

.menu ul li#m5{
	width: 99px;
	padding-right: 1px;
}

.menu ul li{
	text-transform:uppercase;
	font-weight: bold;
	color: #993333;
	font-size: 1.0em;
}

/*.menu ul ul li {border-right:1px solid #000;}*/
