/* 	CSS Document for North Trend Marketing Corporation
	Created by: Dennis Abatayo
	Date: March 18, 2008
 */

#top_nav {
	height:64px;
	}
	
ol#toc {
    height: 51px;
    list-style: none;
    margin: 0;
    padding: 9px 0 0 0;
	}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
	background:url(../images/menu_border.png) no-repeat right;
	}

ol#toc a {
    color: #ffffff;
    display: block;
    float: left;
    height: 43px;
    width:auto;
    padding:8px 5px 0 12px;
    text-decoration: none;
	text-transform:uppercase;
	font-size:12px;
	}

ol#toc a:hover {
    color:#ffffff;
	text-decoration:underline;
	}

ol#toc a:hover span {

	}

ol#toc li.current a {
    background: url(../images/active_bg.png) repeat-x;
    color: #fff;
	}

ol#toc li.wdbg {
	background: url(../images/wdbg.png) no-repeat left center;
	}

ol#toc li.current span {
    background-position: 100% -40px;
	}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding:6px 10px 0 0;
	}

.buttrans {
	border:none;
	background:url(../images/translate.png);
	height:24px;
	width:81px;
	}

.butsearch {
	border:none;
	background:url(../images/search.png);
	height:24px;
	width:81px;
	}

.translate {
	float:right;
	padding:20px 20px 0 0;
	}
