
/* begin css tabs */

ul#menu {
	text-align:left;
}
ul#menu li.first {
	margin-left: 0;
}
ul#menu li { /* do not change */
	display: inline;
	margin-left: 5px;
}
#menu li.selected a, #menu li.selected a:hover {
	background: #fff; /* set selected tab background color as desired */
	color: black; /* set selected tab link color as desired */
	position: relative;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
#menu li a { /* settings for all tab links */
	padding: 4px 8px 3px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #dddddd;background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cacaca));background: -moz-linear-gradient(top, #f0f0f0, #cacaca);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFcacaca);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFcacaca);	color: #333; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */	
}
ul#menu a:hover {
	background-color: #dddddd;background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#f0f0f0));background: -moz-linear-gradient(top, #cacaca, #f0f0f0);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFcacaca, endColorstr=#FFf0f0f0);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFcacaca, endColorstr=#FFf0f0f0);	text-decoration: underline;
}

#menu-right > ul {
	padding: 5px 0;
}
#menu-right > ul > li {
	margin:0;
	padding: 0 10px;
}
#menu-right > ul > li > ul > li {
	margin:0;
	padding: 0 10px;
}

#menu-right a {
	text-decoration:none;
}
#menu-right a:hover {
	text-decoration: underline;
}

ul#tabnav { /* general settings */
	float:left;
	width: 580px;
	text-align: left; /* set to left, right or center */
	margin: 0; /* set margins as desired */
	font-weight: bold; /* set font as desired */
	border-bottom: 0px solid #999999; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 1px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
	margin-left: 5px;
}

ul#tabnav li.first {
	margin-left: 0;
}

#tabnav li.selected a {
	background: #fff; /* set selected tab background color as desired */
	color: black; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 4px 8px 3px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #dddddd;background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cacaca));background: -moz-linear-gradient(top, #f0f0f0, #cacaca);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFcacaca);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFcacaca);	color: #333; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */	
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

