@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

div#menu {
	width:283px;
	padding-top:10px;
	background-color: #790000;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 4px;
}

div#menubody {
}

div#menubottom {
	height:5px;
}

ul#menulist {
	width:282px;
	list-style-type:none;
}

ul#menulist li {
	height:49px;
	background-image: url(images/pracnavbutton.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

ul#menulist a {
	width:263px;
	height:38px;
	color:#000000;
	text-decoration:none;
	display:block !important;
	display:inline-block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
}

ul#menulist a:hover {
	background-image: url(images/pracnavover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #790000;
}
/*Second Prac Nav menu*/
div#menu2 {
	width:285px;
	padding-top:10px;
	background-color: #1c4994;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 4px;
}

div#menubody2 {
}

div#menubottom2 {
	height:5px;
}

ul#menulist2 {
	width:285px;
	list-style-type:none;
}

ul#menulist2 li {
	height:49px;
	background-image: url(images/pracnavbutton.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

ul#menulist2 a {
	color:#ffffff;
	display:block !important;
	display:inline-block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	text-decoration: none;
}

ul#menulist2 a:hover {
	width:263px;
	height:38px;
	background-image: url(images/pracnavover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FAE784;
}
.picleft {
	float: left;
	text-decoration: none;
	display:block !important;
	display:inline-block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 15px;
}
.topmargin {
	margin-top: 7px;
	display:block !important;
	display:inline-block;
}
.no_img_border {
	border-top-width: 0px;
	border-right-width: 0px;
	display:block !important;
	display:inline-block;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
.pracnavtext {
	margin-top: 10px;
}

.floatleft {
	float: left;
	width: 190px;
}

