﻿/* ==================   Top navigation styles ============================ 
	This style sheet contains the styles for top navigation menus
	Copyrights : Ukisoft, corp (c) 2006
   ======================   box styles =================================== */ 
#tabs
{
	padding: 4px 15px 0px 165px;  /* top right bottom left  */
	margin: 0px 0px 0px 0px;
	width: 600px;
	height: 18px;
	background: #29459C;
	clear: both;
}
.tab
{
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	padding: 0px 3px 0px 3px;
	background: url("http://www.paylowfare.com/images/nav/bg_tab.gif");
}
#tabs a
{
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#tabs a:visited
{
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#tabs a:hover
{
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#tabs img
{
	background-color:#29459C;
}