﻿

#rightbkg {
background-image: url(Right_border.gif);
background-repeat: no-repeat;
width: 68px;
height: 231px;
float: left;
margin-top: -2px
}

.menu, .menu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 269px; /*WIDTH OF MAIN MENU ITEMS*/
}

.menu li{
position: relative;
}


.menu a {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.menu1 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_01.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu1 a:hover{
	width:269px;
	height:33px;
	background-image: url('../../Images/01_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu2 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_02.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu2 a:hover{
	width:269px;
	height:33px;
	background-image: url('../../Images/02_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu3 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_03.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu3 a:hover{
	width:269px;
	height:33px;
	background-image:url('../../Images/03_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu4 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_04.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu4 a:hover{
	width:269px;
	height:33px;
	background-image: url('../../Images/04_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu5 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_05.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu5 a:hover{
	width:269px;
	height:33px;
	background-image: url('../../Images/05_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu6 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_06.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu6 a:hover{
	width:269px;
	height:33px;
	background-image: url('../../Images/06_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu7 a{
	width:269px;
	height:33px;
	background-image: url('../../Images/Nav_07.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menu7 a:hover{
	width:269px;
	height:33px;
	background-image: url('../../Images/07_hover.gif');
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}

.menusub a {
	width:230px;
	height:32px;
	background-image: url(Sub_links/Sub_links_Normal.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	
}

.menusub a:hover {
	width:205px;
	height:32px;
	background-image: url(Sub_links/Sub_links_Hover.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}


/*.menu li a{
background-image: url(Normal/Nav_05.gif);
background-repeat: no-repeat;
width:269px;
height:33px;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
text-decoration: none;
margin-top: -2px;
}
*/

.menu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.menu li ul li{
float: left;
}

.menu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
margin-left: -50px;
}

.menu li a:visited, .menu li a:active{
color: white;
}

/*.menu li a:hover{
background-image: url(Sub_links/Sub_links_Hover.gif);
background-repeat:no-repeat;
}*/

/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }
/* End */