﻿/************************************************************************
/*	Main Div Style
/***********************************************************************/
#navmain 
{
	width:148px;
	border:0px dashed #c0c0c0;
	font-size:12px;
	/*text-transform: uppercase;*/
	padding-top:10px;
	text-align:left;
	padding-left:8px;
	padding-bottom:10px;
	line-height:16px;


}
/************************************************************************
/*	End Main Div Style
/***********************************************************************/

/************************************************************************
/*	Menu Item Style (menu headings - top links)
/***********************************************************************/
#navmain ul 
{
	margin:0;

	list-style-type:none;
	width:148px;
	font-weight:bold;
}

#navmain li
{
	margin:0;
	white-space:normal;
	width:148px;

}

/* Menu Item Link Style - main */
#navmain a
{
	display:block;

	/*padding:2px 2px 2px 5px;*/
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-weight:bold;
	/*background-image:url("/Menu Images/menu-inactive.jpg");*/
	border:0px dashed;
	border-color:#fff #fff #ccc #fff;
	/*background-color:#ffffff;*/
}
/* End Menu Item Link Style */

/* Menu Item Link Style - normal and visited */
#navmain a:link, #navmain a:visited
{
	color:#98012E!important;	
	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/menu-active.jpg");*/
	/*background-color:#ffffff;*/
	color:#000!important;
	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:2px 2px 2px 20px;*/
	background-repeat:no-repeat;
	background-position:0% 50%;
	/*background-image:url("/Menu Images/menu-active.jpg");*/
	background-color:"+ MenuItemHoverBGColor + ";
	background-color:#ffffff;
	color:#000!important;
	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:0 0 0 3px;
	/*width:185px;*/
	font-size:10px;

}

#navitem ul
{
	margin:0;
	padding:3px;
	list-style-type:none;
	width:130px;
	font-weight:bold!important;
}
			
#navitem li 
{
	margin:0;
	white-space:normal;
	width:130px;
	cursor:hand;
}

#navitem div 
{
	display:inline;
	white-space:normal;
	cursor:hand;
	vertical-align:top;
}

/* Menu Item Link Style*/
#navitem a 
{
	display: block;
	padding:0 0 0 3px;
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-weight:normal;
	background-image:url();
	border:0px dashed;
	border-color:#fff #fff #ccc #fff;
	cursor:hand;
	/*background-color:#ffffff;*/
}
/* End Menu Item Link Style */

/* Menu Item Link Style - normal and visited */
#navitem a:link, #navitem a:visited{
	background-image:url();
	color:#98012E!important;
	text-decoration:none;
cursor:hand;
}
/* 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:#ffffff;*/
	color:#000!important;
	text-decoration:none;
	cursor:hand;
}
/* 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:2px 2px 2px 3px;
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-image:url();
	background-image:url();
	/*background-color:#ffffff;*/
	color:#000!important;
	text-decoration:none;
}
/* End Menu Item Selected Link Style - normal and active */

/************************************************************************
/*	End Menu Sub Item Style
/***********************************************************************/
