﻿.topMenuWrapper
{
	position:relative;
	height:35px;
	z-index:100;
	background-image: url(../images/topMenuBg.gif);
	background-repeat:repeat-x;
	padding-left:2px;
	padding-right:2px;
}

.topMenuLeftCor
{
	position:absolute;
	top:0px;
	left:-1px;
}

.topMenuRightCor
{
	position:absolute;
	top:0px;
	right:-1px;
}

.topMenu {
	position:relative;
	top:-1px;
	/* background-image: url(../images/topMenuBg.gif); */
}

.topMenu td {
	text-align: center;
	border:0px solid red;
}

.topMenu a,
.topMenu b {
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 9px 5px 0 5px;
	text-transform: capitalize;
	height:26px;
}

.topMenu a,
.topMenu a:link,
.topMenu a:visited,
.topMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	/* background-image:url(../images/tab_cutting.gif); */
	/* border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF; */
}

.topMenu b,
.topMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/tab_cutting_h.gif);
}

.topMenu b {
	cursor: default;
	white-space: nowrap;
}


.subMenusContainer {
	position: relative;
	/*top: 24px;
	width: 100%;*/
	z-index: 150;
}

.subMenu {
	background-image:url(../images/h_menu_bg.png);
	background-repeat:repeat-x;
	height:57px;
	
	font-weight: bold;
	background-color: white;
	position: absolute;
	top: 0px;
	/*width: 946px;*/
	width: 100%;
}

.subMenuOvr {
	margin-left:14px;
	color: #446C84;
}

* html .subMenu {
	/*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/h_menu_bg.png', sizingMethod='scale');*/
	/*background-image:url('templates/tmpl_uni/images/h_menu_bg.png');*/
}

.subMenu h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 24px;
	color: #446C84;
	text-transform: capitalize;
}

.subMenu a,
.subMenu a:link,
.subMenu a:active,
.subMenu a:visited {
	color: #336699;
	text-decoration: none;
}

.subMenu a:hover
{
	color: #446C84;
	text-decoration: none;
}

.subMenu a, .subMenu b {
	margin-right: 9px;
}
h2.pageHeader {
	margin: 0px;
	padding: 8px 0 0 15px;
	font-size: 24px;
	color: #666666;
	height: 57px;width:945px;
}
