﻿/*---------------Top Menu Setup-----------------*/

#TopMenu{
	height:46px;
	margin:0;
	padding:0;
}
#TopMenu ul{
	margin:0;
	padding:3px 0 0 28px;
}
#TopMenu li{
	float:left;
	list-style:none;
	margin-left:1px;
}
#TopMenu a{
	width:131px;
	height:46px;
	line-height:43px;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11pt;
	text-align:center;	
	cursor:hand;
}
#TopMenu a:hover{
	background-image:url('images/TopMenuHover.gif');
	background-repeat:no-repeat;
	height:46px;
	width:131px;
	line-height:42px;
	font-weight:bold;
	color:#31291A;
}
.TopMenuDevider{
	background-image:url('images/TopMenuDevidersG.gif');
	background-repeat:no-repeat;
	background-position:right top;
}



/*--------------------Left Menu----------------------*/
/*--------------------Left Menu----------------------*/

#LeftMenu{
	padding:0;
	width:200px;
	margin-left:18px;
	padding-top:18px;	
}

#LeftMenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:212px;
	background-image:url('images/LeftMenuDevidersUL.gif');
	background-repeat:repeat;
}
#LeftMenu ul li{
	text-transform:capitalize;
	height:42px;
}
#LeftMenu ul li a{
	color: #1B829B;
	background-image:url('images/LeftMenuAct.gif');	
	background-repeat:no-repeat;
	display:block;
	text-decoration: none;
	line-height:37px;	
	height:42px;
	width:231px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	cursor:hand;	
}
#LeftMenu ul li a:hover{
	height:42px;
	width:231px;
	background-image:url('images/LeftMenuHoverS.gif');
	background-repeat:no-repeat;
	color:#C42924;
	display:block;
	background-repeat:no-repeat;
}

/*------------general list---------------*/
ul, ol{
	padding:10px 10px 10px 25px;
}




/*-------------General Links---------------*/
A:link
{
    COLOR: #1B829B;
    TEXT-DECORATION: none;
}

A:visited
{
    COLOR: #1B829B;
    TEXT-DECORATION: none;
}

A:active
{
	COLOR: #1B829B;
	TEXT-DECORATION: none;
}

A:hover
{
    COLOR: #C42924;
    TEXT-DECORATION: none;
}


/*---------------------SubMenuVertical-----------------*/
#SMenuVer{
	height:36px;
	margin:0;
	padding:0;
	background-image:url('images/SMenuBGTiler.gif');
	background-repeat:repeat-x;
	margin-bottom:10px;
}
#SMenuVer ul{
	margin:0;
	padding:0;
	height:36px;
}
#SMenuVer li{
	list-style:none;
	float:left;
	margin-right:2px;
}
#SMenuVer a{
	width:160px;
	height:36px;
	line-height:35px;
	display:block;
	text-align:center;
	background-image:url('images/SMenuVerAct.gif');
	background-repeat:no-repeat;
}
#SMenuVer a:hover{
	background-image:url('images/SMenuVerHover.gif');
	background-repeat:no-repeat;
	width:160px;
	height:36px;
	line-height:35px;
	display:block;
	text-align:center;
	
}

/*---------------------SubMenuHorizontal 5Tabs-----------------*/
#SMenuHor5TabsGrey{
	height:36px;
	margin:0;
	padding:0;
	/*background-image:url('images/SMenuBGTiler.gif');*/
	/*background-repeat:repeat-x;*/
	margin-bottom:10px;
}
#SMenuHor5TabsGrey ul{
	margin:0;
	padding:0;
	height:36px;
}
#SMenuHor5TabsGrey li{
	list-style:none;
	float:left;
	margin-right:2px;
}
#SMenuHor5TabsGrey a{
	width:127px;
	height:34px;
	line-height:33px;
	display:block;
	text-align:center;
	background-color:#ecf4f6;
	border:1px #91b9c3 dotted;
	cursor:pointer;
	/*background-image:url('images/SMenuVerAct.gif');*/
	/*background-repeat:no-repeat;*/
}
#SMenuHor5TabsGrey a:hover{
	/*background-image:url('images/SMenuVerHover.gif');*/
	/*background-repeat:no-repeat;*/
	width:127px;
	height:34px;
	line-height:33px;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#c42924;
	background-color:#ffedec;
	border:1px #ff8c88 dotted;
}


#SMenuHor5Tabs{
	height:36px;
	margin:0;
	padding:0;
	/*background-image:url('images/SMenuBGTiler.gif');*/
	/*background-repeat:repeat-x;*/
	margin-bottom:10px;
}
#SMenuHor5Tabs ul{
	margin:0;
	padding:0;
	height:36px;
}
#SMenuHor5Tabs li{
	list-style:none;
	float:left;
	margin-right:2px;
}
#SMenuHor5Tabs a{
	width:127px;
	height:34px;
	line-height:33px;
	display:block;
	text-align:center;
	background-color:#E0EEF1;
	border:1px #91B9C3 solid;
	cursor:hand;
	/*background-image:url('images/SMenuVerAct.gif');*/
	/*background-repeat:no-repeat;*/
}
#SMenuHor5Tabs a:hover{
	/*background-image:url('images/SMenuVerHover.gif');*/
	/*background-repeat:no-repeat;*/
	width:127px;
	height:34px;
	line-height:33px;
	display:block;
	text-align:center;
	background-color:#FFE2E1;
	border:1px #FF8C88 solid;
}


/*---------------------SubMenuHorizontal 6Tabs-----------------*/
#SMenuHor6Tabs{
	height:36px;
	margin:0;
	padding:0;
	/*background-image:url('images/SMenuBGTiler.gif');*/
	/*background-repeat:repeat-x;*/
	margin-bottom:10px;
}
#SMenuHor6Tabs ul{
	margin:0;
	padding:0;
	height:36px;
}
#SMenuHor6Tabs li{
	list-style:none;
	float:left;
	margin-right:2px;
}
#SMenuHor6Tabs a{
	width:105px;
	height:34px;
	line-height:33px;
	display:block;
	text-align:center;
	background-color:#E0EEF1;
	border:1px #91B9C3 solid;
	cursor:hand;
	/*background-image:url('images/SMenuVerAct.gif');*/
	/*background-repeat:no-repeat;*/
}
#SMenuHor6Tabs a:hover{
	/*background-image:url('images/SMenuVerHover.gif');*/
	/*background-repeat:no-repeat;*/
	width:105px;
	height:34px;
	line-height:33px;
	display:block;
	text-align:center;
	background-color:#FFE2E1;
	border:1px #FF8C88 solid;
}

/*---------------------Sub Sub MenuHorizontal 5Tabs-----------------*/
#SSMenuHorTabs{
	height:30px;
	margin:0;
	padding:0;
	margin-top:-9px;
	margin-bottom:10px;
}
#SSMenuHorTabs ul{
	margin:0;
	padding:0;
	height:30px;
}
#SSMenuHorTabs li{
	list-style:none;
	float:left;
}
#SSMenuHorTabs a{
	width:110px;
	height:30px;
	line-height:30px;
	display:block;
	text-align:center;
	background-color:#FFE2E1;
	border-top:1px #FF8C88 solid;
	border-bottom:1px #FF8C88 solid;
	cursor:hand;
	color:#c42924;
}
#SSMenuHorTabs a:hover{
	width:110px;
	height:30px;
	line-height:30px;
	display:block;
	text-align:center;
	color:#8f0601;
	background-color:#ffbab8;
}
.SSMenuHorTabsBorLeft{
	border-left:1px #FF8C88 solid;	
}
.SSMenuHorTabsBorLeftRight{
	border-left:1px #FF8C88 solid;	
	border-right:1px #FF8C88 solid;		
}



