﻿div#menu_container
{
	height: 40px;
	width: 100%;
	background-image: url(http://cdn01.oovoo.com/img/header/gold_line.jpg);
	background-repeat: repeat-x;	
}

div#menu
{
	width: 940px;
    margin: 0 auto;
}

div#menu a
{
	font-size: 12px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
}

div#menu a:hover, table#items tr td.current a, table#items tr td:hover a, table#items tr td.hover a
{
    color: #ffffff;
}

table#items tr td.current a
{
cursor:default;
}

table#items tr td
{
	height: 25px;
	text-align: center;
	padding-top:12px;
}

div.left, div.right
{
	height: 27px;	
	display: inline;
	padding: 5px 0px 7px 0px;
	width:2px;
	margin-top:10px;
}

div.middle
{
	height: 27px;	
	display: inline;
	padding: 5px 15px 7px 15px;	
}

table#items tr td:hover div.left, table#items tr td.current div.left, table#items tr td.hover div.left
{
	background-image: url(http://cdn01.oovoo.com/img/header/btn_left_bg.jpg);
	background-repeat: no-repeat;
	background-position:top right;
}

table#items tr td:hover div.right, table#items tr td.current div.right, table#items tr td.hover div.right
{
	background-image: url(http://cdn01.oovoo.com/img/header/btn_right_bg.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}

table#items tr td:hover div.middle, table#items tr td.current div.middle, table#items tr td.hover div.middle
{
	background-image: url(http://cdn01.oovoo.com/img/header/btn_middle_bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
}

.separator
{
width: 40px;
background: transparent url('http://cdn01.oovoo.com/img/header/vert_line.jpg') no-repeat center 13px; 
}


