@charset "UTF-8";
#logo .navigation{
	width:100%;
	float:left;
	margin:52px 0 0 0px;
}

#logo .navigation .menu{
	color:#d3d3d3;
}

#logo .navigation .menu a{
    border-right:1px solid #d3d3d3;
	text-decoration:none;
	padding:0 13px 0 13px;
}

#logo .navigation .menu a:hover
{
	color:#bfbebe;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	border-bottom:none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{z-index: 1000;}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	position: relative;
	float: left;
	border-right:1px solid #d3d3d3;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul{
	margin: 5px 0;
	padding: 0;
	z-index: 1020;
	width: 170px;
	position: absolute;
	left: -1000em;
	background-color:#ffffff;
	border:1px solid #aa62cc;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{left: auto;}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li{
	width: 170px;
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a{
	display: block;
	padding: 0 10px 0 10px;
	color: #727272;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
    color:#898989;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{
	color: #727272;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{
	ul.MenuBarHorizontal li.MenuBarItemIE{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

ul.MenuBarHorizontal li a:hover{
	background-color:#fff;
	
}
ul.MenuBarHorizontal ul li a{
	padding:5px 10px 5px 10px;	
}

ul.MenuBarHorizontal ul li a:hover{
	background-color:#e0dac8;	
}
.MenuBarItemSubmenu:visited{
    color:#727272;
}
/** Primary Navigation.  This is broken into 3 sections so it can grow horizontally **/
.nav{
    display:none;
    position:relative;
    z-index:1000;
    width:100%;
}
.nav-top-left{
    width:25px;
    height:27px;
    float:left;
    background-image:url(../../images/primarynav/nav-left.png);
}
.nav-top-middle{
    height:29px;
    float:left;
	background-image:url(../../images/primarynav/nav-middle.png);
    background-repeat:repeat-x;  
    text-align:center;
    line-height:30px;
    color:#727272;
}
.nav-top-right{
    width:25px;
    height:29px;
    float:left;
    background-image:url(../../images/primarynav/nav-right.png);
}
.nav-top-right-clear{
    float:left;
    width:15px;
    height:29px;
}
/** Primary Sub Navigation. .Subnav is broken into 9 sections so it can grow horizontally and vertically **/
.subnav{
    display:none;
    position:absolute;
    left:0px;
    top:27px;
    z-index:-10;
}
.subnav-left,.subnav-middle,.subnav-right{
    float:left;
}
.sub-nav-left-top{
     width:11px;
     height:10px;
     background-image:url(../../images/primarynav/sub-top-left-corner.png);
}
.sub-nav-left-middle{
	background-image:url(../../images/primarynav/sub-left-middle.png);
    width:12px;
    background-repeat:repeat-y; 
}
.sub-nav-left-bottom{
    width:10px;
    margin-left:1px;
}
.sub-nav-middle{ 
    position:relative;
    background-color:#FFFFFF;
}
.sub-nav-middle-middle{ 
    background-color:#FFFFFF;
    margin:0;
}
.sub-nav-middle-top{
    background-image:url(../../images/primarynav/sub-top-middle.png);
    background-repeat:repeat-x;   
    width:180px;
    height:10px;
    margin-left:15px;    
}

.sub-nav-middle-bottom{ 
    background-image:url(../../images/primarynav/sub-bottom-middle.png);
    background-repeat:repeat-x;  
    width:180px;
    height:15px;
}
.sub-nav-right-top{
     width:11px;
     height:10px;
     background-image:url(../../images/primarynav/sub-top-right-corner.png);
}
.sub-nav-right-middle{
	background-image:url(../../images/primarynav/sub-right-middle.png);
    margin:0;
    width:11px;
    background-repeat:repeat-y; 
}
.sub-nav-right-bottom{
    width:10px;
}

.nav ul {
    padding:0;
    list-style-type:none;
    list-style-image:none;
    margin:0;
}

.nav li {
    list-style-type:none;
    list-style-image:none;
    line-height:22px;
    padding:0 0px;
    margin:0;
    background-color:#FEFEFE;
}
.subnav  a, .subnav a:visited{
	display: block;
	cursor: pointer;
	padding: 0 25px 0 15px;
	color: #727272;
	text-decoration: none;
}

.subnav a:hover, .subnav a:focus{
	padding-left:11px;
    color: #FFF;
}
/** Primary Navigation Rollover **/
.left-link-hover{
    width:3px;
    height:22px;
	background-image:url(../../images/primarynav/nav-link-left.png);
    float:left;

}
.middle-link-hover{
    background-image:url(../../images/primarynav/nav-link-middle.png);
    background-repeat:repeat-x; 
    height:22px;
    width:95%;
    float:left;
}
.right-link-hover{
    width:5px;
    height:22px;
	background-image:url(../../images/primarynav/nav-link-right.png);
    background-repeat:none; 
    float:left;

}
