﻿/* ============================ Whole header CSS*/
.HeaderMenu_Header
{
	 height:126px;
	 width:960px;
}

.HeaderMenu_Menu
{
 width:960px;
 height:51px;
}



/* ============================ Root menu CSS*/
.Header_RootMenu
{
	background-image: url('/SystemImages/Header/RootSpacer.png');
	background-repeat:repeat-x;
    height:24px;	
    padding-left:30px;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a4abb0; 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #a4abb0;  
}

.Header_RootMenu ul
{
	/* remove bullets and list indents */
    list-style: none;
	margin: 0;
	padding: 0;	
}

.Header_RootMenu li 
{ 
    /* remove bullets and list indents */
    display: inline;
    margin: 0;
    padding: 0;
}

.Header_RootMenu a
{
    font-family:Verdana;
    font-size: 11px;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    color:#030000;
    padding-left:20px;
    padding-right:20px;
    float:left;
    display: block;
    text-decoration:none;
    height:24px;
}

.Header_RootMenu a:hover
{	
    background-image: url('/SystemImages/Header/RootSpacer_h.png');
    font-family:Verdana;
    font-size: 11px;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    color:#1551a1;
    padding-left:20px;
    padding-right:20px;
    float:left;
    display: block;
    text-decoration:none;
    height:24px;
}

.Header_RootMenu_SELECTED
{	
	 background-image: url('/SystemImages/Header/RootSpacer_h.png');
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a4abb0;
    text-align: center;
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
	font-family: Verdana;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a4abb0;
   
}




.Header_RootMenu_Item
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a4abb0;
    text-align: center;
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
	font-family: Verdana;
}



/* ============================ Sub menu CSS*/

.Header_SubMenuDiv
{
	clear:both; 	
}

.Header_SubMenu
{
	background-image: url('/SystemImages/Header/SubSpacer.png');
	background-repeat:repeat-x;
    height:24px;
    padding-left:30px;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a4abb0;
}





.Header_SubMenu ul
{
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

.Header_SubMenu li 
{ 
    /* remove bullets and list indents */
    display: inline;
    margin: 0;
    padding: 0;
}

.Header_SubMenu a	
{
    font-family:Verdana;
    font-size: 11px;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    color:#030000;
    padding-left:20px;
    padding-right:20px;
    float:left;
    display: block;
    line-height:24px;
    text-decoration:none;
}



.Header_SubMenu a:hover
{	
    background-image: url('/SystemImages/Header/SubSpacer_h.png');
    font-family:Verdana;
    font-size: 11px;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    color:#1551a1;
    padding-left:20px;
    padding-right:20px;
    float:left;
    display: block;
    line-height:24px;
    text-decoration:none;
}



.Header_SubMenu_SELECTED
{	
    background-image: url('/SystemImages/Header/SubSpacer_h.png');
    font-family:Verdana;
    font-size: 11px;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    color:#1551a1;
    padding-left:20px;
    padding-right:20px;
    float:left;
    display: block;
    line-height:24px;
    text-decoration:none;
    border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a4abb0;
}





.Header_SubMenu_Item
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a4abb0;
	text-align: center;
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
	font-family: Verdana;
}



