﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 #content .menu div.AspNet-Menu-Horizontal *
 {
 margin:0; padding:0;     /* removes margin and padding off all list elements */
 font-family: Arial, Helvetica, Sans-Serif;
 color: #FFFFFF;
 }

#content .menu {width:100%; height:30px; /*37px;*/ position:relative; z-index:100; font-family:arial, sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
#content .menu div.AspNet-Menu-Horizontal ul {padding:0;margin:0;list-style-type:none;}
#content .menu div.AspNet-Menu-Horizontal ul li {
 background-color:#336699;         /* background color of the level 1 menu items */
 line-height:24px;
 margin-right:8px;
 }                						    
#content .menu div.AspNet-Menu-Horizontal ul ul li, #content .menu div.AspNet-Menu-Horizontal ul ul ul li {
 background-color:#336699;         /* background color of subsequent menu items */
 line-height:24px !important;
 margin-right:0px;
 }                						    

#content .menu ul ul {width:169px; }
/* make last drop down smaller */
#content .menu ul ul.last {width:136px; } 

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#content .menu ul li {float:left;width:128px;position:relative; }
#content .menu ul ul li {float:left;width:169px;position:relative; }
/* make last drop down smaller */
#content .menu ul ul.last li {width:136px; } 
#content .menu ul ul.last li ul.left li {width:169px; } 

/* style the links for the top level */
#content .menu a, #content .menu a:visited {display:block;font-size:15px;text-decoration:none; color:#fff; width:128px; /* height:30px;*/ /*37px;*/ border:0px solid #FFF; border-width:0px 0px 0px 0px; background:#336699; margin:0px; line-height:30px; /*36px;*/ font-weight:normal; text-align:center;}
/* style links for subsequent menus */
#content .menu div.AspNet-Menu-Horizontal ul li ul a {
 text-align:left;  
 }
/* style the second level background */
#content .menu ul ul li.AspNet-Menu-WithChildren a, #content .menu ul ul li.AspNet-Menu-WithChildren a:visited {background:#336699 url(/res/images/bullet_wsmall.gif) no-repeat 150px center;}
/* fix up positioning for last menu */
#content .menu ul ul.last li.AspNet-Menu-WithChildren a, #content .menu ul ul.last li.AspNet-Menu-WithChildren a:visited {background:#336699 url(/res/images/bullet_wsmall.gif) no-repeat 117px center; } 


/* style the second level hover */
#content .menu ul ul li a.AspNet-Menu-Link:hover{background-color:#6699cc; background-image:none;}
#content .menu ul ul li.AspNet-Menu-WithChildren a.AspNet-Menu-Link:hover{background:#6699cc url(/res/images/bullet_wsmall.gif) no-repeat 150px center;}
/* fix up positioning for last menu */
#content .menu ul ul.last li.AspNet-Menu-WithChildren a.AspNet-Menu-Link:hover{background:#6699cc url(/res/images/bullet_wsmall.gif) no-repeat 117px center;}

/* style selected or selected child element */
#content .menu ul li.AspNet-Menu-Selected,
#content .menu ul li.AspNet-Menu-Selected a.AspNet-Menu-Selected,
#content .menu ul li.AspNet-Menu-ChildSelected,
#content .menu ul li.AspNet-Menu-ChildSelected a.AspNet-Menu-ChildSelected,
#content .menu ul li.AspNet-Menu-ChildSelected ul li.AspNet-Menu-ChildSelected,
#content .menu ul li.AspNet-Menu-ChildSelected ul li.AspNet-Menu-ChildSelected a.AspNet-Menu-Selected,
#content .menu ul li.AspNet-Menu-ChildSelected ul li.AspNet-Menu-ChildSelected a.AspNet-Menu-ChildSelected
 { background-color:#6699CC; }

#content .menu ul ul li.AspNet-Menu-WithChildren a.AspNet-Menu-Link:hover > a.AspNet-Menu-Link {background-color:#6699cc; background-image:none;}
/* style the third level background */
#content .menu ul ul li.AspNet-Menu-WithChildren ul li a, #content .menu ul ul li.AspNet-Menu-WithChildren ul li a.AspNet-Menu-Leaf, #content .menu ul ul li.AspNet-Menu-WithChildren ul li a.AspNet-Menu-Leaf:visited {background-color:#336699; background-image:none !important;}
/* style the third level hover */
#content .menu ul ul li.AspNet-Menu-WithChildren ul li a.AspNet-Menu-Leaf:hover {background-color:#6699cc; background-image:none;}
/* style third level selected */
#content .menu ul ul li.AspNet-Menu-ChildSelected ul li.AspNet-Menu-Selected a.AspNet-Menu-Selected { background-color:#6699cc; background-image:none;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#content .menu ul ul {visibility:hidden;position:absolute;height:0;top:30px; /*37px;*/ left:0; border-top:1px solid #FFF;}

/* position the third level flyout menu */
#content .menu ul ul ul{left:169px; top:-1px; width:169px;}
 
/* position the third level flyout menu for a left flyout */
#content .menu ul ul ul.left {left:-169px;}
 
/* style the table so that it takes no part in the layout - required for IE to work */
#content .menu table {position:absolute; top:0; left:0; border-collapse:collapse; }
#content .menu table a, #content .menu table a:visited { text-align:left; }
/* style the second level links */
#content .menu ul ul a.AspNet-Menu-Link, #content .menu ul ul a.AspNet-Menu-Link:visited {background:#336699; color:#FFF; line-height:24px; padding:3px 13px 3px 10px; display:block; width:145px !important;border-width:0 1px 1px 1px;}
/* make the last drop down smaller */
#content .menu ul ul.last a.AspNet-Menu-Link, #content .menu ul ul.last a.AspNet-Menu-Link:visited {width:115px !important;} 
/* fix up sub sub menus under last item */
#content .menu ul ul.last ul a.AspNet-Menu-Link, #content .menu ul ul.last ul a.AspNet-Menu-Link:visited {width:148px !important;} 

/* style the top level hover */
#content .menu a:hover, #content .menu ul ul a:hover{color:#FFF; background:#6699CC;}
#content .menu :hover > a, #content .menu ul ul :hover > a {color:#FFF; background:#6699CC;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, #content .menu ul li:hover ul,
#content .menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#content .menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#content .menu ul :hover ul :hover ul{ visibility:visible;}
/* hide the fourth level when you hover over second level list OR link */
#content .menu ul :hover ul :hover ul ul { visibility:hidden;}
/* make the fourth level visible when you hover over third level list OR link */
#content .menu ul :hover ul :hover ul :hover ul{ visibility:visible;}

/* Vertical Menu preferences */
#content .smenu { font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom:8px; font-size:11px; }
#content .smenu a { border-bottom:1px solid #5088bd; background-color:#336699; color:#FFF; padding-left: 20px; display:block; line-height:24px; background-image:url(/res/images/bullet_small.gif); background-repeat:no-repeat; background-position: 8px center; text-decoration:none; white-space:normal;}
#content .smenu .sub a { background-color:#6699cc; border-bottom: 1px solid #5088bd; background-image:url(/res/images/bullet_lsmall.gif);  background-position: 18px center; padding-left:30px; }
#content .smenu a:hover, #content .smenu a.selected { background-color:#6699cc; background-image:url(/res/images/bullet_msmall.gif); color:#FFF !important; }
#content .smenu .sub a:hover, #content .smenu .sub a.selected { background-color:#5088bd; background-image:url(/res/images/bullet_wsmall.gif); color:#FFF !important; }

/* END MENU PREFERENCES */
 

