﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab {
	border:none;
	padding: 0px;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	line-height:33px;
	background-repeat:repeat-x;
	width:550px;
}

.basictab li {
	display: inline;
	margin: 0;
	background-color: #94BED6;
	margin-right:8px;
}

.basictab li a {
	text-decoration: none;
	padding: 0px;
	margin-right: 3px;
	color: White;
	font-size:11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border:none;
}

.basictab li a:visited {
	color: White;
}

.basictab li a:hover {
	color: #C9FFFF;
	text-decoration:underline;
}

.basictab li a:active {
	color: #C9FFFF;
}

/* Edit View */
.TabsMenuEditView {
	width: 500px;
}
