@charset "iso-8859-1";

/***************************************************************************
** Filename:	thaioasisnavbar.css
** Type:		CSS
** Purpose:		Define the behavior for Navigation Bar
** History:		17 August 2004 -- Created by DLP
****************************************************************************/

#navigation {
    background-color: #FFFF99;
		/*background-color: #FFFFCC;*/
		border-right: 1px solid #CCCC00;
		text-align:center;
}

#navigation hr {
	color: #CCCC00;
}

#navigation .navbarAdContainer {
	margin-top:4px;
}

#navigation .navTable {
		width: 160px;
    border: 0px none;
    vertical-align: top;
    text-align: left;
		border-bottom: 1px solid #EEEEEE;
}

#navigation tr {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	/*width:160px;*/
	vertical-align : top;
}

#navigation td {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
		/*width:160px;*/
    border: 0px ridge Black;
}

#navigation a.navLink {
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 90%;    
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    letter-spacing: normal;
    color: blue;
		/*width:160px;*/
    white-space: nowrap;
    padding-left: 2em;
    padding-right: 1em;
}

#navigation a:focus {
	/*color: red;*/
	display: block;
}

#navigation a:hover {
    color: red;
    background-color: #FFFF66;
		display: block;
}