@charset "UTF-8";

#tabmenu {
	color: #000;
	z-index: 1;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: black;
	padding: 0px;
	margin-top: 12px;
	text-align: center;
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	background-color: #0b017c;
	margin-right: 2px;
	margin-left: 2px;
}
#tabmenu a , a.active   {
	border: 1px none #8080db;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 350%;
	font-weight: bold;
	background-color: #8080db;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#tabmenu a.active {
	background-color: #D5D5F3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5F3;
	color: #000099;
	background-image: url(../images/webLayout/menu/cornerLeft.gif);
	background-repeat: no-repeat;
}
#tabmenu a.nonActive {
	background-color: #0b017c;
	color: #FFFFFF;
	background-image: url(../images/webLayout/menu/cornerLeftAlt.gif);
	background-repeat: no-repeat;
}

#tabmenu a:hover {
	color: #000099;
	background-color: #D5D5F3;
	background-image: url(../images/webLayout/menu/cornerLeft.gif);
	background-repeat: no-repeat;
}

#tabmenu a:visited {
	}

#tabmenu a.active:hover {
	}
#menuContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	border: 1px solid #CCCCCC;
	border-top: none;
	z-index: 2;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	width: 583px;
	background-color: #D5D5F3;
	margin-top: 5px;
	height: 100%;
	padding-bottom: 10px;
}
#menuContent  a {
	text-decoration: none;
}
#menuContent .stepBox {
	border: 1px solid #000099;
	font-size: 150%;
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menuContent  ul li {
	display: inline;
	font-size: 90%;
	text-decoration: none;
	margin: 0px;
	min-width: 70px;
	padding-right: 5px;
	padding-left: 5px;  
}
#menuContent ul {
	display: inline;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menuDesc {
	background-color: #D5D5F3;
	border: 1px solid #000099;
	text-align: center;
	font-size: 140%;
	padding-bottom: 5px;
	color: #000099;
	text-decoration: none;
	font-weight: bolder;
}

.menuDesc, .menuDesc a, .menuDesc a:hover, .menuDesc a:link {
	color: #000099;
	text-decoration: none;
}
.menuDesc img {
	background-color: #D5D5F3;
	border: 1px solid #000099;
	margin-top: 7px;
	margin-bottom: 3px;
}
#menuContent  table {
	font-size: 80%;
	color: #000000;
}
#price1 a,#price2 a,#price3 a,#price4 a,#price5 a{
	color: #000000;
	text-decoration: none;
}

#price1 a:hover,#price2 a:hover,#price3 a:hover,#price4 a:hover,#price5 a:hover{
	color: #FFFFFF;
	/*background-color: #00008B;
	display: inline-block;*/
}

#menuContent .selectedPrice {
	background-color: #d5d5f3;
	display: block;
}
.noDisplay {
	display: none;
	visibility: hidden;
	width: 0px;
}
#tabmenu .cornerLeft {
	background-image: url(../images/webLayout/menu/cornerLeft.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	float: left;
	height: 9px;
	width: 11px;
}
#tabmenu  .cornerRight {
	background-image: url(../images/webLayout/menu/cornerRight.gif);
	background-repeat: no-repeat;
	left: 100%;
	top: 0px;
	height: 9px;
	width: 11px;
}
#menuTable {
	border: 1px solid #000066;
}
#menuTable td {
	width: 87px;
}
#menuTable .priceTab {
	width: 85px;
}
.menuInfo {
	color: #000099;
	font-size: 80%;
	text-align: center;
	width: 260px;
}

