/*  
 * Cascading Style Sheet Document
 * This document defines the styles for the non-flash
 * version of the menu buttons for Radio Shema's
 * SIR-developed web site
 *
 * All code in this file is
 * Copyright © 2009 Kurtuluþ Radyo ve Televizyon Ltd. Þti.
 * Written by Hawke AI
 *
 * Any use without prior written permission from the copyright
 * holder is expressly forbidden and punishable to the maximum
 * extent of the law.
 */

/* Square Buttons */
#menucontainer {
	position: relative;
	width: 560px;
	height: 43px;
	overflow: hidden;
}

#shema, #programs, #guide, #adverts, #contact, #links {
	position: relative;
	width: 92px;
	height: 55px;
}

/* Round Buttons */
#rtmenucontainer {
	position: relative;
	width: 286px;
	height: 100px;
	overflow: hidden;
}

#play_live, #podcasts, #artists, #guestbook {
	background-repeat: no-repeat;
	height: 86px;
	overflow: hidden;
	white-space: nowrap;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#play_live {
	width: 73px;
	background-position: 4px 0px;
	background-image: url(/_templates/images/menubar/right_01_play.png);
}

#podcasts {
	width: 70px;
	background-position: 0px 0px;
	background-image: url(/_templates/images/menubar/right_02_podcast.png);
}

#artists{
	width: 70px;
	background-position: 0px 0px;
	background-image: url(/_templates/images/menubar/right_03_music.png);
}

#guestbook {
	width: 70px;
	background-position: 0px 0px;
	background-image: url(/_templates/images/menubar/right_04_visitors.png);
}

a.roundbuttons:link, a.roundbuttons:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.roundbuttons:hover, a.roundbuttons:active {
	text-decoration: none;
}
