/************************************************************************
/*	Main Div Style
/***********************************************************************/

#navmain{
width:200px;
border-bottom:0px dashed #c0c0c0;
font-size:1.05em;
}


/************************************************************************
/*	End Main Div Style
/***********************************************************************/

/************************************************************************
/*	Menu Item Style (menu headings - top links)
/***********************************************************************/
#navmain ul{
margin:0;
padding:0;
list-style-type:none;
width:200px;
font-weight:bold;
}

#navmain li{
margin:0;
white-space: normal;
width:200px;
}

/* Menu Item Link Style - main */
#navmain a{
display:block;
width:200px;
padding:5px 2px 5px 5px;
background-repeat:no-repeat;
font-weight:bold;
background-image:url("/Menu Images/MenuInactive.gif");
border:0px solid;
border-color:#ddd #000 #000 #ddd;
background-color:transparent;
}
/* End Menu Item Link Style */


/* Menu Item Link Style - normal and visited */
#navmain a:link, #navmain a:visited{
color:#FFFFFF;
text-decoration:none;
}
/* End Menu Item Link Style - normal and visited */


/* Menu Item Link Style- hover and active */
#navmain a:hover, #navmain a:active{
background-repeat:no-repeat;
background-image:url("/Menu Images/MenuActive.gif");
background-color:transparent;
color:#FFD7A0;
text-decoration:none;
}
/* End Menu Item Link Style - hover and active */


/* Menu Item Selected Link Style - normal, visited, hover and active */
#uberlinkmain a:link, #uberlinkmain a:visited, #uberlinkmain a:hover, #uberlinkmain a:active{
display:block;
padding:5px 2px 5px 5px;
background-repeat:no-repeat;
background-position:0% 50%;
width:200px;
background-image:url("/Menu Images/MenuActive.gif");
background-color:"+ MenuItemHoverBGColor + ";
background-color:transparent;
color:#FFD7A0;
text-decoration:none;
}
/*  End Menu Item Selected Link Style - normal and visited */


/************************************************************************
/*	End Menu Item Style (menu headings - top links)
/***********************************************************************/



/************************************************************************
/*	Menu Sub Item Style
/***********************************************************************/
#navitem{
padding:5px 2px 5px 5px;
/*width:200px;*/
/*font-size:1em;*/
}

#navitem ul{
margin:0;
padding:0;
list-style-type:none;
width:200px;
font-weight:normal;
}
			
#navitem li{
margin:0;
white-space:normal;
width:200px;
}

#navitem div{
display:inline;
white-space:normal;
cursor:hand;
vertical-align:top;
/*float:left;*/
}

/* Menu Item Link Style*/
#navitem a{
display: block;
padding:5px 2px 5px 5px;
background-repeat:no-repeat;
background-position:0% 50%;
width:200px;
background-image:url("/Menu Images/MenuInactive.gif");
font-weight:normal;
background-image:url();
border:0px solid;
border-color:#ddd #000 #000 #ddd;
background-color:transparent;
}
/* End Menu Item Link Style */


/* Menu Item Link Style - normal and visited */
#navitem a:link, #navitem a:visited{
background-image:url();
color:#FFFFFF;
text-decoration:none;
}
/* End Menu Item Link Style - normal and visited */


/* Menu Item Link Style - hover and active */
#navitem a:hover, #navitem a:active{
background-repeat:no-repeat;
background-image:url();
background-color:transparent;
color:#FFD7A0;
text-decoration:none;
}
/* End Menu Item Link Style - hover and active */


/* Menu Sub Item Selected Link Style - normal, visited, hover and active */
#uberlinkitem a:link, #uberlinkitem a:visited, #uberlinkitem a:hover, #uberlinkitem a:active{
padding:5px 2px 5px 5px;
background-repeat:no-repeat;
background-position:0% 50%;
background-image:url();
background-image:url();
background-color:transparent;
color:#FFD7A0;
text-decoration:none;
}
/* End Menu Item Selected Link Style - normal and active */

/************************************************************************
/*	End Menu Sub Item Style
/***********************************************************************/

